バージョン

DrawClosedCurve(Point[],Single) メソッド

クローズド基本スプラインを描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawClosedCurve( _
   ByVal points() As Point, _
   ByVal tension As Single _
) 
public void DrawClosedCurve( 
   Point[] points,
   float tension
)

パラメータ

points
スプラインを定義する Point オブジェクトの配列。
tension
曲線の張りを指定する 0.0F 以上の値。
参照